home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 42
/
Amiga Format AFCD42 (Issue 126, Aug 1999).iso
/
-serious-
/
programming
/
other
/
jikes
/
src
/
changelog
< prev
next >
Wrap
Text File
|
1999-05-14
|
6KB
|
253 lines
1999-03-10 <shields@jikes.watson.ibm.com>
* bytecode.cpp:
* bytecode.h:
* control.cpp:
* definite.cpp
* depend.cpp
* depend.h
* error.cpp
* incrmnt.cpp
* jikes.cpp now version v0.47
* option.cpp
* option.h
* semantic.h
Code from Philippe to: fix some bugs in v0.46, and
add option +M=filename to write dependence info
(this is really early stuff, and format may change soon).
1999-03-09 <shields@jikes.watson.ibm.com>
* jikes.cpp: Update release date
* Makefile.in:
* configure
* configure.in
Add first cut at autoconf support,
courtesy of Moses DeJong (dejong@cs.umn.edu)
* Makefile: Comment out all clauses as suggested by many users
* README.TXT: Add short description of build process
1999-03-08 <shields@jikes.watson.ibm.com>
* java.g:
* access.h
* ast.h
* body.cpp
* bytecode.cpp
* bytecode.h
* config.cpp
* config.h
* decl.cpp
* definite.cpp
* error.cpp
* error.h
* expr.cpp
* getclass.cpp
* jikes.cpp
* modifier.cpp
* stream.cpp
* symbol.cpp
* symbol.h
More changes for 1.2, including strictfp,
various bug fixes from Philippe
1999-02-26 <shields@jikes.watson.ibm.com>
* jikes.cpp: Update release date
* decl.cpp: Fix for Problem Report 363
* error.cpp:
* expr.cpp:
Misc. changes, some based on recent notes from Roly
1999-02-25 <shields@jikes.watson.ibm.com>
* spell.h: Fix problems that caused g++ to complain
* javadcl.h:
* javadef.h
* javaprs.h
* javasym.h
* javaact.cpp
* javaact.h
Make spurious edit (add a blank near top) just to update date
of these files so jikespg won't be run on normal build.
* Makefile: Add IRIX/gcc clause from Moses DeJong (dejong@cs.umn.edu)
1999-02-24 <shields@jikes.watson.ibm.com>
* jikes.cpp (main): update version number to v0.45
* Makefile: Add info for new file misspell.h
* decl.cpp:
* diagnose.cpp
* error.h
* error.cpp
* expr.cpp
* modifier.cpp
* semantic.h
* symbol.h
* symbol.cpp:
Misc. bug fixes, better error messages re possible misspellings
1999-02-19 <shields@jikes.watson.ibm.com>
* body.cpp:
* config.cpp:
* config.h
* decl.cpp:
* error.cpp
* error.h
* expr.cpp:
* jikes.cpp:
* option.cpp:
Fix "swing" problem related to Section 14 of JDK 1.2 Compatibility
document, some other bug fixes, revise layout of option descriptions.
1999-02-17 <shields@jikes.watson.ibm.com>
* Makefile:
Add clause for HP-UX/gcc contributed by Kero van Gelder
(gelderk@natlab.research.philips.com).
* double.cpp (IEEEfloat):
Merge in code from BSD group to emulate division by zero,
(using conditional symbol IEEE_DIV_0) contributed by
Amancio Hasty (hasty@rah.star-gate.com).
* bytecode.cpp:
fix pr 350 (cute bug!)
1999-02-16 <shields@jikes.watson.ibm.com>
* Makefile:
Add support for tab.cpp added in v0.43
* semantic.h: fix problem in abstract
* decl.cpp:
* expr.cpp:
fix problem with shift if right operand long
* option.h:
* option.cpp:
* jikes.cpp:
* getclass.cpp
drop +$ option, change +V to +P
* bytecode.cpp:
delete code causing problems with abstract
1999-02-12 <shields@jikes.watson.ibm.com>
* jikes.cpp: Update release date
* bytecode.cpp:
* expr.cpp:
* control.h: add support for null literal
* Makefile:
* Files lcase.h and lcase.cpp no longer needed
1999-02-11 <shields@jikes.watson.ibm.com>
* Makefile:
Add clause for egcs, RH 5.*, courtesy of Vadim Zaliva
Also add CVS Id
1999-02-10 <shields@jikes.watson.ibm.com>
* Makefile:
Add clause for gcc and Solaris based on e-mail from Phil Brown
(phil@bolthole.com).
* decl.cpp:
* error.cpp:
* error.h:
Revise to reflect clarification of term "package-private", raised
as Query #20 to Sun.
* jikes.cpp:
Update release date
* long.cpp (LongInt):
Add patch from Stepan Sokolov (sts@crocodile.org) to avoid
"internal compiler errors" while compiling jikes with gcc-2.8.1
under solaris 2.6. The patch replace three return
statements with ternary expressions with ifs statements
containg the expansion of the ternary expression into a form
more acceptable to the compiler.
1999-02-09 <shields@jikes.watson.ibm.com>
* ast.h:
* body.cpp:
* bytecode.cpp:
* decl.cpp:
* error.cpp:
* error.h:
* expr.cpp:
* java.g:
* javaact.cpp:
* javaact.h:
* javadcl.h:
* javadef.h:
* javasym.h:
* lookup.cpp:
* lookup.h:
* scanner.cpp:
* semantic.h:
* symbol.cpp:
Much new code from Philippe to support more of the new
features added in 1.2, fix regression bugs from v0.42
for clone() and problem with 'protected' caused by too
literal reading of 6.6.2 (fourth bullet that says
'or subclass of S' should be 'or superclass of S').
1999-02-08 <shields@jikes.watson.ibm.com>
* config.cpp: changes for OS/2 from John Price, jgprice@ozemail.com.au
1999-02-03 <shields@jikes.watson.ibm.com>
* bytecode.cpp:
Include fix by C. Scott Ananian (cananian@mit.edu), 8 Dec 98, for
array clone() problem (PR 294). Note this patch was submitted just
over a day after the source was first posted. Well done Scott!
* Makefile:
Add clause for Sun Solaris CC (SunOS), provided by
mo dejong (dejong at cs.umn.edu), 2 Feb 1999
1999-02-02 <shields@jikes.watson.ibm.com>
* symbol.h (class MethodSymbol):
Delete \" construct that causes MS C++ compiler to burp
Delete extraneous "Open" in license header text.
1999-02-01 <shields@jikes.watson.ibm.com>
* decl.cpp: fix for pr335 - don't propagate FINAL to method
* symbol.cpp: "
* symbol.h: "
* have also included misc. bug fixes from PC today
1999-01-25 <shields@jikes.watson.ibm.com>
* Change header text to reflect license revision
1999-01-13 <shields@jikes.watson.ibm.com>
* Add Id keyword at start of source files